#!/bin/bash

sudo apt-get -y install python3-all python3-all-dev python3-pip python3-tk gnupg python3-regex python3-enchant python3-html2text python3-xlrd python3-bcrypt python3-requests xclip dillo fonts-sil-gentium fonts-lyx python3-natsort thunar firefox gnome-terminal pgpdump python3-wget xterm axel fonts-noto
sudo -H pip3 install pysha3 #This allows us to use keccak hash algorithms; this doesn't work in Python 3.14.6.

#If you need to use pip to install Enchant (such as if you compiled your own Python version), it's called pyenchant (not just enchant). And curl is called pycurl there, too.
#The rest of the Python modules can be installed via pip with the same names sans the `python3-`, should you need to do it via pip.
#pycurl is no longer required as of 22 August 2026 (it was replaced by requests).